home *** CD-ROM | disk | FTP | other *** search
- on(keyPress "I"){
- if(getProperty("_root.Animatiques", _currentframe) == 1)
- {
- set("/Variables:SaveArray",new Array());
- i = 0;
- while(i < eval("/Variables:InvNbTotal"))
- {
- set(eval("/Variables:SaveArray"),eval("/Variables:SaveArray").Push(false));
- i += 1;
- }
- tellTarget("_root")
- {
- gotoAndStop(eval("/Variables:EtatVide"));
- }
- play();
- }
- }
-